home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00259_Script_259 < prev    next >
Text File  |  1995-10-10  |  1KB  |  37 lines

  1. on exitFrame
  2.   global reset,letgo,prev,movieID
  3.   
  4.   put "inside 254"
  5.   put "prev ",prev
  6.   if (prev= 2) then
  7.     put "below prev = 2, above idle"
  8.     updateStage
  9.     QTMovie("Direct",movieID,"Idle")
  10.     updateStage
  11.         put "below idle"
  12.     --playmovn3Q
  13.   end if
  14.   
  15.   put the clickon into yu
  16.   --if the visibility of sprite 48=1 then
  17.   --if ((the controldown=1) or (prev=0))then
  18.   --set the movierate of sprite 48=0
  19.   --set the visibility of sprite 48=0
  20.   --puppetsprite 48,0
  21.   --end if
  22.   --end if
  23.   
  24.   -- if (not the stilldown) and reset=1 then reset
  25.   --if the stilldown and letgo=2 and yu>2 and yu<9 and the frame<>56 then
  26.   --   set the loch of sprite yu=the mouseh
  27.   --  set the locv of sprite yu=the mousev
  28.   --  if not(the mouseh<520 and the mouseh>122 and the mousev<385 and the mousev>130) then set the --castnum of sprite yu=the number of cast string(chars(the name of cast (the castnum of sprite --yu),1,2)&"s")
  29.   --    else set the castnum of sprite yu=the number of cast string(chars(the name of cast (the --castnum of sprite yu),1,2))
  30.   --    updateStage
  31.   --   if sprite yu intersects 20 then addbar yu
  32.   --   updatestage
  33.   --  end if
  34.   
  35.   --go the frame
  36.   put "at end of 254"
  37. end